/*共同样式*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,blockquote,p,img{padding:0; margin:0;}
body{font-family:Arial, Helvetica, sans-serif;font-size: 14px;}
ul li{list-style: none;}
a{text-decoration:none;cursor:pointer;font-family:微软雅黑;}
img{border: 0;}
.fl {float: left}
.fr {float: right}
.tl {text-align: left;}
.tc {text-align: center}
.tr {text-align: right;}
.ellipse {overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.clearfix:before,.clearfix:after{content:""; display:table;}
.clearfix:after{clear:both;}
.container{width:1200px;height: 100%; margin:0 auto;}
.clear{clear: both;}
/*定义滚动条样式*/
::-webkit-scrollbar{width: 9px;height: 9px;background-color: #f5f5f5;}
/*定义滚动条的轨道，内阴影及圆角*/
::-webkit-scrollbar-track{border-radius: 10px;background-color: rgba(0,0,0,0.1);}
/*定义滑块，内阴影及圆角*/
::-webkit-scrollbar-thumb{width: 10px;height: 20px;border-radius: 10px; background-color: rgba(0,0,0,.1);}
.cptColor{color: #fff;}
.bodyBg{background: #b00000}
tr,td{margin: 0; padding: 0;}
.clear{clear: both;}